home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Zuper / Iamhere.dir / 00047_Script_47 < prev    next >
Text File  |  1999-04-26  |  311b  |  13 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.   set  the height of sprite 1 to 10
  4.   set  the width of sprite 1 to 10
  5. end if
  6.  
  7. if the mouseUp then
  8.   set  the height of sprite 1 to 16
  9.   set  the width of sprite 1 to 16
  10. end if
  11.   set the locH of sprite 1 to the mouseH
  12.   set the locV of sprite 1 to the mouseV
  13. end